home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / diskexpa.dms / in.adf / DEBackup < prev    next >
Encoding:
Text File  |  1993-12-20  |  825 b   |  28 lines

  1. (message
  2.    "\n\nWelcome to DE Backup!\n\n"
  3.    "This utility program allows you to create a backup-copy of the DiskExpander "
  4.    "main program disk.\n\n Of course, this backup-copy cannot be used as a "
  5.    "replacement for the original program disk."
  6. )
  7.  
  8. (message
  9.    "\n\n\nIn addition to the original program disk, you need a fresh formatted "
  10.    "disk on which the backup copy shall be stored. "
  11.    "\n\nThis disk must be labeled `DEBackup`. Renaming the "
  12.    "disk can be done either via RENAME oder by using the function RENAME."
  13. )
  14.  
  15. (copyfiles
  16.    (source "DiskExpander:")
  17.    (dest "DECopy:")
  18.    (all)
  19. )
  20.  
  21. (message
  22.    "\n\n\n\nThe disk has been copies successfully!\n\nThe new disk now contains "
  23.    "all files of the DiskExpander software package.\n\n"
  24.    "The disk does not contain the copy-protection!"
  25. )
  26.  
  27. (exit (quiet))
  28.